HIDE ALL SPRITES

This command will hide all the sprites currently visible.

  Syntax
HIDE ALL SPRITES
  Returns

This command does not return a value.

  Example Code
cls
load image "man.bmp",1
sprite 1,100,100,1
sprite 2,200,200,1
wait 1000*8
hide all sprite
do
loop
end
  See also

SPRITE Commands Menu
Index